home *** CD-ROM | disk | FTP | other *** search
- unit IvMlCons;
-
- {$I IVMULTI.INC}
-
- interface
-
- {$IFDEF IVWIDE}
- resourcestring
- SMsgDlgWarning = 'Warning';
- SMsgDlgError = 'Error';
- SMsgDlgInformation = 'Information';
- SMsgDlgConfirm = 'Confirm';
- SMsgDlgYes = '&Yes';
- SMsgDlgNo = '&No';
- SMsgDlgOK = 'OK';
- SMsgDlgCancel = 'Cancel';
- SMsgDlgHelp = '&Help';
- SMsgDlgHelpNone = 'No help available';
- SMsgDlgHelpHelp = 'Help';
- SMsgDlgAbort = '&Abort';
- SMsgDlgRetry = '&Retry';
- SMsgDlgIgnore = '&Ignore';
- SMsgDlgAll = '&All';
- SMsgDlgNoToAll = 'N&o to All';
- SMsgDlgYesToAll = 'Y&es to All';
-
- SColorPrefix = 'Color';
- SColorTags = 'ABCDEFGHIJKLMNOP';
- {$ENDIF}
-
- implementation
-
- end.
-